home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3216 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: comma.rhein.de!serpens!not-for-mail
  2. From: mlelstv@serpens.rhein.de (Michael van Elst)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: SetIntVector() problem
  5. Date: 8 Feb 1996 22:17:50 +0100
  6. Organization: dis-
  7. Message-ID: <4fdp9u$6c9@serpens.rhein.de>
  8. References: <4eecmg$hn3@eken.hv.se> <4fa0bc$muc@bagan.srce.hr>
  9. NNTP-Posting-Host: serpens.rhein.de
  10.  
  11. Fucker <myemail@there.nowhere> writes:
  12.  
  13. >>icode    move.w    #INTF_VERTB,intreq(a0)    ; Clear IRQ
  14. >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. >***** WHAT ARE YOU TRYING TO DO HERE!!!????? *****
  16.  
  17. He clears the interrupts flag. This would be ok for
  18. a vertical blank _handler_ interrupt. However, since
  19. VERTB is a _server_ chain you must not do this (and
  20. use AddIntServer to install your code).
  21.  
  22. >Then,you didn.t specify which register is in a0
  23.  
  24. a0 points to the custom chips for an interrupt handler.
  25.  
  26. Regards,
  27. -- 
  28.                                 Michael van Elst
  29.  
  30. Internet: mlelstv@serpens.rhein.de
  31.                                 "A potential Snark may lurk in every tree."
  32.